home *** CD-ROM | disk | FTP | other *** search
Wrap
<html> <head> <title>eMule</title> </head> <body style="background-image:url(images/about.gif); background-attachment:fixed; background-repeat:no-repeat; background-position: center center;" onresize="resize();"> <a id="tx_firsttext" style="font-size: x-small;position:absolute;">This is the first time you access the eMule webfrontend.<br/>Please enter the new username and password.</a> <a id="tx_username" style="font-size: x-small;position:absolute;">Username</a> <a id="tx_password" style="font-size: x-small;position:absolute;">Password</a> <form action="login.emule" id="loginform" method="post"> <input name="un" type="text" style="position:absolute;border: solid, 1, black; font-size: xx-small;" size="20" maxlength="255"/> <input name="pd" type="password" style="border: solid, 1, black; font-size: xx-small;position:absolute;" size="20" maxlength="255"/> <input id="bt_send" type="submit" style="border: solid, 1, black; font-size: xx-small;position:absolute;" value="Send"> </form> </body> </html> <script> resize(); function resize() { wW=document.body.clientWidth; wH=document.body.clientHeight; tx_firsttext.style.left=wW/2-170; tx_firsttext.style.top=wH/2+140; tx_username.style.left=wW/2-170; tx_username.style.top=wH/2+180; document.getElementsByName("un")[0].style.left=wW/2-170; document.getElementsByName("un")[0].style.top=wH/2+200; tx_password.style.left=wW/2-10; tx_password.style.top=wH/2+180; document.getElementsByName("pd")[0].style.left=wW/2-10; document.getElementsByName("pd")[0].style.top=wH/2+200; document.getElementById("bt_send").style.left=wW/2+130; document.getElementById("bt_send").style.top=wH/2+198; } </script>